home *** CD-ROM | disk | FTP | other *** search
/ EDUCORP 8 / Educorp2Compilation.sit / educorp2 / Demos / Kroy Demo / Kroy Sign Studio™ Demo / card_16242.txt < prev    next >
Encoding:
Text File  |  1988-12-01  |  2.2 KB  |  104 lines

  1. -- card: 16242 from stack: in
  2. -- bmap block id: 17133
  3. -- flags: 4000
  4. -- background id: 7352
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   put card field "info" into textString
  9.   set the lockText of card field "info" to false
  10.   put empty into card field "info"
  11.   set lockScreen to false
  12.   show card field "info"
  13.   type tab
  14.   repeat with charNumber = 1 to the number of characters in textString
  15.     type char charNumber of textstring
  16.   end repeat
  17.   set the lockText of card field "info" to true
  18.   wait 2 seconds
  19.   hide card field "info"
  20.   wait 1 seconds
  21.   --go next
  22. end openCard
  23.  
  24.  
  25. -- part 1 (button)
  26. -- low flags: 00
  27. -- high flags: 2004
  28. -- rect: left=144 top=314 right=342 bottom=185
  29. -- title width / last selected line: 0
  30. -- icon id / first selected line: 9301 / 9301
  31. -- text alignment: 1
  32. -- font id: 0
  33. -- text size: 12
  34. -- style flags: 0
  35. -- line height: 16
  36. -- part name: PREV
  37. ----- HyperTalk script -----
  38. on mouseUp
  39.   set lockScreen to true
  40.   go prev
  41. end mouseUp
  42.  
  43.  
  44.  
  45. -- part 2 (button)
  46. -- low flags: 00
  47. -- high flags: 2004
  48. -- rect: left=249 top=314 right=342 bottom=290
  49. -- title width / last selected line: 0
  50. -- icon id / first selected line: 1011 / 1011
  51. -- text alignment: 1
  52. -- font id: 0
  53. -- text size: 12
  54. -- style flags: 0
  55. -- line height: 16
  56. -- part name: HOME
  57. ----- HyperTalk script -----
  58. on mouseUp
  59.   go home
  60. end mouseUp
  61.  
  62.  
  63.  
  64. -- part 3 (button)
  65. -- low flags: 00
  66. -- high flags: 2004
  67. -- rect: left=354 top=314 right=342 bottom=395
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 27009 / 27009
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: NEXT
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   go next
  79. end mouseUp
  80.  
  81.  
  82.  
  83. -- part 10 (field)
  84. -- low flags: 81
  85. -- high flags: 0004
  86. -- rect: left=115 top=117 right=211 bottom=423
  87. -- title width / last selected line: 0
  88. -- icon id / first selected line: 0 / 0
  89. -- text alignment: 0
  90. -- font id: 3
  91. -- text size: 12
  92. -- style flags: 16384
  93. -- line height: 14
  94. -- part name: Info
  95.  
  96.  
  97. -- part contents for card part 10
  98. ----- text -----
  99. Sign Studio‚Ñ¢ - Apprentice may also be used by those with an artistic flair, to create attractive and very unusual signs.
  100.  
  101. The remainder of this demo illustrates the advanced usage of Apprentice.
  102.  
  103.  
  104.